home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1534 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: erich.triumf.ca!bennett
  2. From: bennett@erich.triumf.ca (P.Bennett)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Help with writing a resident prog o
  5. Date: 14 Jan 1996 15:29 PST
  6. Organization: TRIUMF: Tri-University Meson Facility
  7. Distribution: world
  8. Message-ID: <14JAN199615292126@erich.triumf.ca>
  9. References: <APC&63'0'14d05e83'd1c@glas.apc.org>
  10. NNTP-Posting-Host: ftp.triumf.ca
  11. News-Software: VAX/VMS VNEWS 1.50    
  12.  
  13. In article <APC&63'0'14d05e83'd1c@glas.apc.org>, sanya@glas.apc.org writes...
  14. > HELP PLEASE !! HELP WITH WRITING A TSR ON C
  15. >-------------------------------------------------------------------------------
  16. >  I am trying to write a resident program which will stay in RAM
  17. >  and will begin to work if I press a special key combination
  18. >  called a HOT-KEY.
  19. >      HOW can I write it using C ?
  20.  
  21. Standard C doesn't know about TSR programs.  I believe the only place they are
  22. used is with MS-DOS, so you should probably ask this in an MS-DOS newsgroup,
  23. such as comp.os.msdos.programmer (or if you aren't dealing with MS-DOS, then a
  24. newsgroup dedicated to your computer/operating system)
  25.  
  26. Peter Bennett VE7CEI                | Vessels shall be deemed to be in sight
  27. Internet: bennett@triumf.ca         | of one another only when one can be
  28. Packet: ve7cei@ve7kit.#vanc.bc.ca   | observed visually from the other
  29. TRIUMF, Vancouver, B.C., Canada     |                          ColRegs 3(k)
  30. GPS and NMEA info and programs: ftp://sundae.triumf.ca/pub/peter/index.html
  31.  
  32.  
  33.  
  34.  
  35.  
  36.